Support the ongoing development of Laravel.io →
mcraz

mcraz

Joined 12 Feb 2014

Statistics

Threads 12
Replies 131
Solutions 15
Articles 0

How to speed up Laravel Boot ? ( < 100ms )

How can i speed up the boot time. I am trying to dispatch response in under 100ms for a very time c...

0 Likes
7 Replies

Granting designers access to 'app/views' folder only (on Git)

I am working on an application for which a friend of mine is doing the frontend. I maintain git repo...

0 Likes
0 Replies
posted 11 years ago

Asset pipeline breaks app in production. Produces ';' js page

I just pushed my app to production server it broke ! I started looking out for the root and found 2....

0 Likes
1 Replies

Doing social authentication, the IOC (dependencyInjection) way.

I am going to implement multiple social auth (facebook, github...) options for a website. I have alr...

0 Likes
0 Replies

Twitter api OAuth request with app-only authentication ?

I am using artdarek/oauth-4-laravel for OAuth. Twitter's Api v1.1 has some nodes which can be access...

0 Likes
0 Replies
replied 9 years ago

Changing format of form data

You could use the helper method provided with Laravel to_carbon($request->input('date_param_name'...

0 Likes
replied 10 years ago

Access instance variables of a running Queue Job?

I once has a similar kind of problem. I solved it by : Creating a database for QueueJobs. (id, job_...

0 Likes
replied 11 years ago

[Package] Laravel Authentication ACL Admin panel

How do I use it in a Laravel 5 application ? I am getting dependency errors while composer updating....

0 Likes
replied 11 years ago

Pass API's URL to JavaScript

This is what you need - https://github.com/fedeisas/laravel-js-routes

0 Likes
replied 11 years ago

How to add my own custom class in Laravel 5 ?

Are you properly importing the class ? I assume you have put that class in global namespace. L5 uses...

0 Likes

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2026 Laravel.io - All rights reserved.