// docs : https://github.com/CodeSeven/toastr*****YouhaveToputalertinscriptssection// @yield('scripts')*****// Display a warning toast, with no titletoastr.warning('My name is Inigo Montoya. You killed my father, prepare to die!')// Display a success toast, with a titletoastr.success('Have fun storming the castle!','Miracle Max Says')// Display an error toast, with a titletoastr.error('I do not think that word means what you think it means.','Inconceivable!')// Immediately remove current toasts without using animationtoastr.remove()// Remove current toasts using animationtoastr.clear()// Override global optionstoastr.success('We do have the Kapua suite available.','Turtle Bay Resort',{timeOut: 5000})
Foreman is a Laravel scaffolding application that automates common tasks you typically perform with each new Laravel app you create. The directives you want Forman to perform are outlined in a JSON based template file.
SQLSTATE[42S02]: Base table or view not found: 1146 Table 'dashboard.settings' doesn't exist (SQL: select * from settings limit 1)
at C:\xampp\htdocs\dashboard\vendor\laravel\framework\src\Illuminate\Database\Connection.php:703
699▕ // If an exception occurs when attempting to run a query, we'll format the error
700▕ // message to include the bindings with SQL, which will make this exception a
701▕ // lot more helpful to the developer instead of just the database's errors.
702▕ catch (Exception $e) {
➜ 703▕ throw new QueryException(
704▕ $query, $this->prepareBindings($bindings), $e
705▕ );
706▕ }
707▕ }
Instead of storing different sizes of an image, you can use laravel-glide to do an image size on the fly and save a cached version so if you used the same size elsewhere in the future.
its more dynamic and gives you more options in the future
Sometimes you need to link all the modules together in specific information, such as you may need to add permissions to a package without going back every time to modify the file and the main function of sharing the information is to fully link all parts of the site
Congratulation for this lovely system and for the hard work on it.
I see that you use my Laravel package yoeunes/toastr which is deprecated as mentioned in the github documentation, the package is only a proxy to the php-flasher/flasher-toastr-laravel.
Laravel Ajax Datatable is a nice laravel admin panel which includes authentication, CRUD and Ajax datatable. the datatable is created with laravel & ajax so No need to install another package, yout can do search, sort, paginate and show records per page fastly.