Sergi Tur Badenas
Sergi Tur Badenas
See: https://laravel.com/docs/5.3/packages#views I un paquet amb un servei que només publica vistes com: https://github.com/InfyOmLabs/adminlte-templates/blob/develop/src/AdminLTETemplatesServiceProvider.php Aleshores es tractaria simplement de que la comanda make:view crees vistes amb un layout diferent. Provar...
For example with --model option use model in methods. It also could be useful to use l5-repository command o something similar to create a full crud?
```bash php artisan make:vc pages.widgets Running command php artisan make:route pages.widgets --type=controller --method=get -a --menu Route pages/widgets added to /home/sergi/Code/adminlte-vue-test/routes/web.php. Controller Pages.widgetsController created. View pages/widgets.blade.php created. Menu entry pages/widgets added...
See: https://github.com/laravel/framework/blob/5.3/src/Illuminate/Support/ServiceProvider.php ```php /** * Load the given routes file if routes are not already cached. * * @param string $path * @return void */ protected function loadRoutesFrom($path) { if...
https://github.com/davidmgilo/todosBackend/blob/master/.travis.yml ## Detailed description Provide a detailed description of the change or addition you are proposing. Make it clear if the issue is a bug, an enhancement or just a...
Idea: class exercici with pull request (one template by alumni and merge all with push requests). TODO: Ho to do it optional?
At: https://www.invoiceninja.com/ You can create account with one click using Github or similar. Add this functionality (as optional or configurable?) to acacha aminlte
- Adldap2 Version: v10.0.02 - LDAP Type: OPenLdap with custom ObjectClass - PHP Version: 7.2.15-0ubuntu0.18.04.1 ### Description: I use OpenLdap as the users database for Samba. My users need some...
Using destroy to rollback to initial table after jquery-treetable is applied not works as (I) expected. The span indenters are conserved so the table doesn't come back to previous initial...