not wroking in laravel
See original GitHub issueI followed the doc and added the import then use , Laravel mix is building successfully but I get this error
i used this code in the doc
<kinesis-container> Here, you can put <kinesis-element :strength="10"> whatever </kinesis-element> <kinesis-element :strength="20"> content! </kinesis-element> </kinesis-container>
Issue Analytics
- State:
- Created 3 years ago
- Comments:11 (4 by maintainers)
Top Results From Across the Web
Laravel quick start guide route not working - Stack Overflow
Try to navigate to your expected route prepend it with /index.php/ , in your case: http://localhost/laravel/index.php/users . If it works (no ...
Read more >Why With Not Working In Laravel 5 - Laracasts
Currently I am facing difficulty with function. i have a model name Navigation. Copy Code protected $table = 'navigation'; public function parent() {...
Read more >Laravel suddenly stops working
So Laravel suddenly stopped working tonight. The error message it gives (as well as in the logs): Class Illuminate\Contracts\Debug\ExceptionHandler does not ...
Read more >How to fix storage link not working issue in Laravel
For Laravel 5 and above, you can use the Artisan :: call() method on the route or controller to execute Artisan commands without...
Read more >Fixed | Laravel CSS Not Working - YouTube
In this video, I'm gonna be talking about Laravel HTTPS configurations. We will be fixing some of the basic problems that occur when...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@MooseSaeed No updates here as, in order to provide a solution, I need an out-of-the-box working Laravel project. @saraElsanan provided a repository but I have to install dozens of things, configurations etc to make it work. Also, I have no idea what are the specificities of a Laravel project that would prevent this from working.
So please, if you or someone who is enough knowledgeable about Laravel can debug it, it would be helpful. Otherwise, I can’t do much.
Thank you Sara, I’ll give it a look and get back to you as soon as I can.