Category: Uncategorized
-
Web Components with Svelte
Svelte is a great framework for building applications, but did you know you can create custom elements and web components with it? In this post, we’ll learn how to create a Svelte component, export it as a custom element, and use it. We’ll also learn about limitations when doing it. 🔗Developing Let’s start a new…
-
Laravel Update Or Insert Model
-
Laravel Datatables – Inertia Svelte
Additionally, enlarge the foundational service of the package such as datatable service provider in providers and alias inside the config/app.php file. Run vendor publish command further this step is optional: This controller for datatables This svelte page use datatables
-
Svelte external file load ready
-
How to Remove Public From URL in Laravel
Solution – Using.htaccess file To create and update the .htaccess file in the Laravel. You can find .htaccess file in root directory. You must have mod_rewrite enable on your Apache server. The rewrite module is required to apply these settings. You also have enabled .htaccess in Apache virtual host for Laravel. Update the code into…
-
Laravel Voyager New menu added on sidebar
copy vendor file vendor\tcg\voyager\resources\views to resources\views\vendor\voyager check file resources\views\vendor\voyager\dashboard\sidebar.blade.php