Kouceyla

Results 23 comments of Kouceyla

Alright, I tried with code and with the console it does not work very strange ![image](https://user-images.githubusercontent.com/1175584/68656390-034b6d80-0532-11ea-9b96-42b2a1f35201.png)

Seems like the repo is died, how to active cache ? I have a lot of request using `auth()->user()->hasRole('admin')`

Or use NuxtJs I'm sure you'll like it :)

Good question will be good, to create vuedo with Laravel 5.5 and vuejs 2.5 ;)

Currently it uses "2.8.x-dev" https://github.com/carlosflorencio/laracasts-downloader/blob/master/composer.lock#L513

:information_source: Previously, Laravel configured several npm scripts for building assets. For Vite, Laravel configures a `dev` script for generating and watching your assets (for development) and `build` script for generating...

:warning: Shift detected you are using Vue. As such, Vite recommends importing your CSS from your JavaScript entry point. This will improve you development experience by avoid flashes of unstyled...

:information_source: Laravel renamed the environment variables used by Mix to use a `VITE_` prefix, instead of `MIX_`. While Shift automated this change throughout your code, you should check for any...

:information_source: Vite requires JavaScript files containing JSX to have a `.jsx` file extension. Shift did not detect any JSX in files with a `.js` extension under the `resources` folder. However,...