Skip to content

Laravel SEO friendly URLs

I started learning laravel and couldn’t figure out how to solve a problem. For example if i want to create a route for products i can use a route like below. In this approach we would get something like this localhost/product/macbook-pro. However i want to create a url like localhost/macbook-pro. In my …

Can’t get Session in controller

I want to alert notify after sent message! I try to get session message after sent in controller but it not working. here my controller code : Answer Use the helpers: for inserting and making seesion : for catch and using the session :

FPDF not working in creating a simple pdf

I’m playing with FPDF library and i try this simple code: But it didn’t do anything. No document or exception is popped out. If i correct, if everything is fine a document should appear. I have no idea why it’s not working. Any help would be very appreciated 🙂 Answer Your problem comes from …