Skip to content Skip to sidebar Skip to footer
Showing posts with the label Laravel

Laravel 5.1 Form - 'files' => True

I use Laravel HTML to create form but I have problem, so in creating form I have: {!! Form::open([&… Read more Laravel 5.1 Form - 'files' => True

How Can I Add Active Class In Laravel On Header Items When They're Clicked?

I've been trying to get active class on my header items when they are clicked. I have a menu an… Read more How Can I Add Active Class In Laravel On Header Items When They're Clicked?

Laravel 5 And Illuminate/html

I am trying to use {{ HTML }} in my project however I am running into several errors. I researched … Read more Laravel 5 And Illuminate/html

Laravel Delete Forms

I am building a HTML table with laravel of data from my database query and in the last column of th… Read more Laravel Delete Forms

My Page Takes 3-5 Whole Minutes To Load, How Can I Possibly Reduce It?

I'm currently working on this project and the main page takes nearly 5 whole minutes to load. I… Read more My Page Takes 3-5 Whole Minutes To Load, How Can I Possibly Reduce It?

Using Ajax For Change Website Language

I Have very simple PHP html code for change my website language and I need to use Ajax to not-reloa… Read more Using Ajax For Change Website Language