We know that composer adds file dependencies and we can also save our 
custom dependencies to composer.json file.
Now we have a tool that looks like a composer but we can add any template 
bootstraps we want to the project.

We know templates are made up of some css, js, and so on and Laurel uses 
blades.

The tool I'm talking about picks up the template and does the following:

1. It stores all files of different types (css, js, ...) separately in 
resources And creates the transfer path in the webpack.mix.js file.

2. I recall that templates were created from different pages and Laraval 
used blades. This means that the tool speaks to the Shatter pages and then 
moves them to the view folder

3. It also creates routes based on the filenames that have been converted 
to blades in web.php.
How effective do you think this tool is?

-- 
You received this message because you are subscribed to the Google Groups "PHP 
Framework Interoperability Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to php-fig+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/php-fig/336d58bc-467b-4b06-8547-07572ae8d548%40googlegroups.com.

Reply via email to