31 comments found.
I need to ask about: 1. How you are handling localization specially for the Arabic language. 2. Are the template integrated with any database engine? 3. Is the theme includes CRUD function with Laravel? 4. Is the template handling Users Authentication, Permissions?
Hi, what is the minimum version of PHP needed?
PHP 7
We are working on server update and this error will be rectified soon
how to access laravel crud full demo?
It will redirect you to the demo you want.
https://cubic.jthemes.com/
No Username Password To login on demo ...
It doesn’t require any
Nothing work As all your theme demo are broken . poor quality Work and information …
We have given demo users to customise the demo version for their convenience of testing.
So there was a bug due to user customization.
Thanks for notifying us. It is fixed now. Please test again.
Hi! How can I relation a cell to select information from another table in crud?
query is already resolved
I have unzipped the files .. I want to use the full version, However installation looks cumbersome. Please can you guide me through. i uploaded the public folder in the cubic full folder. But How do i add database .. PLEASE GUIDE ME THROUGH
I cant find install.php , .env.example and .env files in all the folders …. Please i need detailed procedure on how to install on my site …thanks
Please turn on display hidden files on your server and point your domain to public folder there is the index.php. We don’t have any file named install.php .
Hello, can you provide customisation service to build advenced CRUD, also crud for login and register user, and add angularjs too. Thank
We provide basic customization for extra charges but for your requirement, we would suggest looking elsewhere.
This product is a version for LAVAREL or can i use this with mysql php version HTML
We have 3 variations, lite, advance and full check all and use any version you need.
Demo broken
disregard
Is it working? Please let me know if you have any queries
Your DEMO page is not working
Its working for us
Good day. How to connect your analytics to the website? How to create a traffic report for a unique user? How to create a revenue report based on traffic volume. Thank you, have a nice day!
You will need to have a database and connect different values to different graphs etc. You may require/hire a developer to do that
Good afternoon thanks for the reply My product is information. Each post on the site has a unique identifier in the link (This is the username). for example example/17/10/3166/bogun/ example/09/11/13/maestro/ example/04/20/2150/olenka/ example/16/15/3126/kogan/ bogun maestro olenka kogan I need the report to display the number of views for each user (ID bogun, maestro, olenka, kogan). I also want a report that shows the moderator’s income. Income moderator is calculated by the formula (number of views * yield / 100) How to get such reports using your analytics. thank Have a nice day !
After install on Windows(laragon4) run php artisan storage:link to fix image loading
Yes, The public disk is intended for files that are going to be publicly accessible. By default, the public disk uses the local driver and stores these files in storage/app/public. To make them accessible from the web, you should create a symbolic link from public/storage to storage/app/public
Will this theme be updated to have Laravel 5.8 as base version of Laravel?
I also would like a way to store the layout settings in database instead of session. I also think a middleware isn’t needed for that as well. Would be awesome if it got removed!
Is there also a n easy way to have the sub menu horizontal? It’s on the demo site, but not in the given examples in the download.
Yes, We are working on it, and we will consider the suggestions you provided.
I want a custom work, contact me, anitechs@gmail.com or +2348024745220 (WhatsApp)
Please check email
I emailed you but got “Mail delivery failed” with below message
The email account that you tried to reach is over quota. Please direct the recipient to https://support.google.com/mail/?p=OverQuotaTemp u66sor3406383oif.93 – gsmtp
Which version of Laravel?
Laravel 5.6
How can I edit existing css files like style-normal.css? Need recompile some other files?
Less is compiled to Minified versions of CSS.
There is two possibility to get work done:
1. Configure less file compilation and minification using gulp and edit the less files bundled
2. Add custom css and override css.
Is there anymore documentation on this besides what you have in the download?
No but please let us know if you have any queries and we will assist you as much as possible
Preview not working
Please try this
https://www.cubictheme.gaHi, I m getting error when tried to Run php artisan migrate,Run php artisan db:seed command as per your document. Could you please help me?
https://drive.google.com/file/d/1yeeioxmE2r_6_2qRwzoiwgXfcNYBxZWA/view?usp=sharing ------------------ PHP Version 7.2.8 Apache Version Apache/2.4.34 (Win32) OpenSSL/1.1.0h PHP/7.2.8PS D:\devlopement\xampp\htdocs\laravel\cubic-full> php artisan migrate Migration table created successfully.
Illuminate\Database\QueryException : SQLSTATE[42000]: Syntax error or access violation: 1071 Specified key was too long; max key length is 767 bytes (SQL: alter table `users` add unique `users_email_unique`(`email`))
at D:\devlopement\xampp\htdocs\laravel\cubic-full\vendor\laravel\framework\src\Illuminate\Database\Connection.php:664
660| // If an exception occurs when attempting to run a query, we'll format the error
661| // message to include the bindings with SQL, which will make this exception a
662| // lot more helpful to the developer instead of just the database's errors.
663| catch (Exception $e) {
> 664| throw new QueryException(
665| $query, $this->prepareBindings($bindings), $e
666| );
667| }
668|
Exception trace:
1 PDOException::("SQLSTATE[42000]: Syntax error or access violation: 1071 Specified key was too long; max key length is 767 bytes")
D:\devlopement\xampp\htdocs\laravel\cubic-full\vendor\laravel\framework\src\Illuminate\Database\Connection.php:458
2 PDOStatement::execute()
D:\devlopement\xampp\htdocs\laravel\cubic-full\vendor\laravel\framework\src\Illuminate\Database\Connection.php:458
Please use the argument -v to see more details.
php artisan db:seed Seeding: AdminSeeder
Illuminate\Database\QueryException : SQLSTATE[42S02]: Base table or view not found: 1146 Table 'mesh.profiles' doesn't exist (SQL: select * from `profiles` where `profiles`.`user_id` = 1 and `profiles`.`user_id` is not null limit 1)
at D:\devlopement\xampp\htdocs\laravel\cubic-full\vendor\laravel\framework\src\Illuminate\Database\Connection.php:664
660| // If an exception occurs when attempting to run a query, we'll format the error
661| // message to include the bindings with SQL, which will make this exception a
662| // lot more helpful to the developer instead of just the database's errors.
663| catch (Exception $e) {
> 664| throw new QueryException(
665| $query, $this->prepareBindings($bindings), $e
666| );
667| }
668|
Exception trace:
1 PDOException::("SQLSTATE[42S02]: Base table or view not found: 1146 Table 'mesh.profiles' doesn't exist")
D:\devlopement\xampp\htdocs\laravel\cubic-full\vendor\laravel\framework\src\Illuminate\Database\Connection.php:326
2 PDO::prepare("select * from `profiles` where `profiles`.`user_id` = ? and `profiles`.`user_id` is not null limit 1")
D:\devlopement\xampp\htdocs\laravel\cubic-full\vendor\laravel\framework\src\Illuminate\Database\Connection.php:326
Please use the argument -v to see more details.
Hi.. have you had chance to check? Because I m stuck !
This is generally due to MariaDB or older MySQL, Please edit your AppServiceProvider.php and inside the boot method set a default string length as follow:
use Illuminate\Support\Facades\Schema;
public function boot()
{
Schema::defaultStringLength(191);
}
P.S. This is also mentioned at https://laravel.com/docs/master/migrations#creating-indexes