rakieta2015
rakieta2015
We do not have a top-menu at the moment. We plan to add top-menu in the next year.
if you care about HMR then maybe [this info](https://github.com/JeffreyWay/laravel-mix/issues/766#issuecomment-298444734) will be useful. But I prefer to use `php artisan serve` and `npm run watch` - it works well
I made a small fix, and now the screen shouldn't be blank. But I don't know did this fix fully solves this problem. On my side, I can see that...
Please write the purpose of the changes introduced by this pull request
Separating the frontend application from the backend application is good practice. It is used so that only one of these applications can be easy replaced, for example if there is...
I don't know what could be causing the problem. Could you paste the table structure for which you are trying to create BREAD? And the table structure for which you...
We are considering adding "password reset" and "password change" views.
The more important the role is, the higher it should be in the hierarchy. The guest role should be at the end of the hierarchy. For example: $x = Role::create(['name'...
To move sidebar to right: Add `dir="rtl` to html tag. Example:``
Please place the jQuery script before the "coreui.bundle.min.js" and "coreui-utils.js" scripts in the "base.blade.php" file For example: